ContextType.ContextType

Undocumented in source.
  1. alias ContextType = ContextImpl!(H)
    template ContextType(H)
    static if(H.dir == HandlerDir.BOTH)
    alias ContextType = ContextImpl!(H)
  2. alias ContextType = InboundContextImpl!(H)
  3. alias ContextType = OutboundContextImpl!(H)

Meta